ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Geometry Class / GetBounds Method / GetBounds(Nullable<Matrix3x2>) Method

In This Topic
    GetBounds(Nullable<Matrix3x2>) Method
    In This Topic
    HRESULT ID2D1Geometry::GetBounds([In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[Out] D2D_RECT_F* bounds)
    Syntax
    'Declaration
     
    Public Overloads Function GetBounds( _
       ByVal worldTransform As Nullable(Of Matrix3x2) _
    ) As RectF
    public RectF GetBounds( 
       Nullable<Matrix3x2> worldTransform
    )

    Parameters

    worldTransform
    See Also